home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 3144 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.5 KB

  1. Path: telis-sc.fr!news
  2. From: Philippe Brand <phb@colombo.telesys-innov.fr>
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: GCC "ssystem() no longer supported" error
  5. Date: Fri, 09 Feb 1996 11:25:27 -0800
  6. Organization: Telis-SC
  7. Message-ID: <311B9FA7.167EB0E7@colombo.telesys-innov.fr>
  8. References: <4fd4lj$dpa@storm.cycor.ca>
  9. NNTP-Posting-Host: quebec.telesys-innov.fr
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0 (X11; I; BSD/386 uname failed)
  14.  
  15. Dennis Grant wrote:
  16.  
  17. > Whenever I try and use gcc to compile anything tho, I get a "ssystem() no
  18. > longer supported - read important.readme" error.
  19. > There is no important.readme in the gcc distribution, and I greped all the
  20. > README files for ssystem(). Nada.
  21. > So what am I doing wrong?
  22.  
  23. You're using v42 ixemul, which has no longer ssystem() support built in.
  24. Either revert to gcc270 included ixemul or better: use gccv instead
  25. of gcc. just 
  26.  
  27. cli> cd gnu:bin
  28. cli> delete gcc
  29. cli> rename gccv gcc
  30.  
  31. starting from 2.7.2, there's no more gcc, replaced by gccv in fact.
  32.  
  33. ssystem() was removed because gcc binary only needed it. gccv doesn't
  34. use it and let you pipe gcc executables, reducing amount of disk
  35. accesses, but increase memory usage. Please note that piping is an
  36. OPTION, e.g. you're not forced to see your available memory going down
  37. :)
  38.  
  39. --
  40. Philippe BRAND
  41. phb@colombo.telesys-innov.fr RAMSES BBS Sysop 2:320/104  IRC: PhB
  42. AmigaDOS GNU Project, AmigOS Net/WWW coordinator.
  43. http://colombo.telis-sc.fr/about/PhB.html
  44.